home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / English.lproj / WoodDoc.nib / data.classes next >
Encoding:
Text File  |  1995-07-30  |  1.9 KB  |  71 lines

  1. WoodApp = {
  2.     ACTIONS = {"appWillInit:" = "appWillInit:"; }; 
  3.     OUTLETS = {}; 
  4.     SUPERCLASS = MultApp; 
  5. };
  6. WindowForOOE = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Window; };
  7. TreeView = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = View; };
  8. MultApp = {
  9.     ACTIONS = {
  10.     "app:" = "app:"; 
  11.     "appDidInit:" = "appDidInit:"; 
  12.     "appWillInit:" = "appWillInit:"; 
  13.     "appWillTerminate:" = "appWillTerminate:"; 
  14.     "mailToMe:" = "mailToMe:"; 
  15.     "new:" = "new:"; 
  16.     "open:" = "open:"; 
  17.     "pageLayout:" = "pageLayout:"; 
  18.     "print:" = "print:"; 
  19.     "saveAll:" = "saveAll:"; 
  20.     }; 
  21.     OUTLETS = {
  22.     infoController = infoController; 
  23.     inspectController = inspectController; 
  24.     pageMargin = pageMargin; 
  25.     plpAccessory = plpAccessory; 
  26.     prefController = prefController; 
  27.     }; 
  28.     SUPERCLASS = Application; 
  29. };
  30. MultDoc = {
  31.     ACTIONS = {
  32.     "changeLayout:" = "changeLayout:"; 
  33.     "print:" = "print:"; 
  34.     "revertToSaved:" = "revertToSaved:"; 
  35.     "save:" = "save:"; 
  36.     "saveAs:" = "saveAs:"; 
  37.     "windowDidBecomeMain:" = "windowDidBecomeMain:"; 
  38.     "windowWillClose:" = "windowWillClose:"; 
  39.     "windowWillMiniaturize:" = "windowWillMiniaturize:"; 
  40.     }; 
  41.     OUTLETS = {printInfo = printInfo; window = window; }; 
  42.     SUPERCLASS = Responder; 
  43. };
  44. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  45. WoodDoc = {
  46.     ACTIONS = {
  47.     "add:" = "add:"; 
  48.     "addFromFilter:" = "addFromFilter:"; 
  49.     "editCell:" = "editCell:"; 
  50.     "reactOnSelectCell:" = "reactOnSelectCell:"; 
  51.     "saveTo:" = "saveTo:"; 
  52.     "splitView:" = "splitView:"; 
  53.     "toggleZip:" = "toggleZip:"; 
  54.     "windowDidBecomeMain:" = "windowDidBecomeMain:"; 
  55.     "windowWillClose:" = "windowWillClose:"; 
  56.     "windowWillMiniaturize:" = "windowWillMiniaturize:"; 
  57.     }; 
  58.     OUTLETS = {
  59.     doubleView = doubleView; 
  60.     lastSelectedNode = lastSelectedNode; 
  61.     nodeText = nodeText; 
  62.     printInfo = printInfo; 
  63.     scrollView = scrollView; 
  64.     textView = textView; 
  65.     tree = tree; 
  66.     treeView = treeView; 
  67.     window = window; 
  68.     }; 
  69.     SUPERCLASS = MultDoc; 
  70. };
  71.